All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javax.media.j3d.VirtualUniverse

java.lang.Object
   |
   +----javax.media.j3d.VirtualUniverse

public class VirtualUniverse
extends Object

Constructor Index

 o VirtualUniverse()
Constructs a new VirtualUniverse.

Method Index

 o getAllLocales()
Returns the enumeration object of all locales in this virtual universe.
 o getCurrentView()
Returns the "current" view (the last view activated for this virtual universe.
 o numLocales()
Returns the number of locales.
 o setCurrentView(View)
Sets the "current" view (during view activation) for this virtual universe.

Constructors

 o VirtualUniverse
 public VirtualUniverse()
Constructs a new VirtualUniverse.

Methods

 o getAllLocales
 public final Enumeration getAllLocales()
Returns the enumeration object of all locales in this virtual universe.

Returns:
the enumeration object
 o numLocales
 public final int numLocales()
Returns the number of locales.

Returns:
the count of locales
 o setCurrentView
 public final void setCurrentView(View view)
Sets the "current" view (during view activation) for this virtual universe.

Parameters:
last - activated view
 o getCurrentView
 public final View getCurrentView()
Returns the "current" view (the last view activated for this virtual universe.

Returns:
last activated view

All Packages  Class Hierarchy  This Package  Previous  Next  Index